From: Lars Magne Ingebrigtsen Date: Thu, 23 Jun 2011 00:18:46 +0000 (+0200) Subject: Fix typo in last check-in. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~1156 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5c62d133468c354b47a1643092add8292e084765;p=emacs.git Fix typo in last check-in. --- diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index bab8fd1e455..36097cf0c12 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -2178,7 +2178,7 @@ Arguments are the same as for `erc'." The process will be given the name NAME, its target buffer will be BUFFER. HOST and PORT specify the connection target." (open-network-stream name buffer host port - :type 'tls))) + :type 'tls)) ;;; Displaying error messages